home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2001-11-06 | 5.2 KB | 166 lines
; Installscript for FolderBox. Copyright (C) 2001 by BAxBEx Software. All Rights reserved. ;----------------------------------------------------------------------------------------------- [Setup] AppName = "FolderBox" Version = "1.1" Title = "FolderBox Setup" Copyright = "Copyright ⌐ 2001 by BAxBEx Software. All Rights Reserved." Company = "BAxBEx Software" Homepage = "http://www.baxbex.com" ExeName = "Showbar" Bitmap = "setup.bmp" SetupBitmapExStlye = 0 TransparentBitmpap = YES Icon = "" MinimumInstall = Basic TypicalInstall = Basic,Uninstall RegRootPath = "Software\BAxBEx\FolderBox" BottomLine = "Visit BAxBEx Software online at http://www.baxbex.com to get more Free- and Shareware" BottomLineColor = $FFFFFF UseDesktopAsParentWindow = YES DisplaySetupIcon = NO SilentMsgBox = YES ;----------------------------------------------------------------------------------------------- [SetupDLL] SetupDLL = "FolderBoxShell.dll"; ;----------------------------------------------------------------------------------------------- [Background] Color1 = $FF0000 Color2 = $000000 [Finish] DisplayRun = Yes ProgramPath = "$TargetFolder\$ExeName.exe" ProgramFlag = Basic DisplayReadme = Yes ReadmePath = "$TargetFolder\readme.txt" ReadmeFlag = Basic FinishText = "Thank you for evaluating $AppName! $Return $Return Be sure to visit the $Company-Website at '$Homepage' to get the most current release of $AppName. You may also want to subscribe to the $Company mailing list to get free update notifications by email. $Return $Return OpenExpert is free for use at home!" ;----------------------------------------------------------------------------------------------- [TargetFolder] BrowseForTarget = Yes TargetFolder = "$ProgramFiles\$AppName" ;----------------------------------------------------------------------------------------------- [License] DisplayLicense = Yes LicenseFile = "lizenz.rtf" ;----------------------------------------------------------------------------------------------- [Uninstall] CreateUninstall = Yes NeedReboot = Yes UninstallString = "$AppName $Version" UninstallApp = "$TargetFolder\uninstall.exe" RemoveReg = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run|$AppName" RemoveReg = "HKEY_CURRENT_USER\$RegRootPath" RemoveReg = "HKEY_LOCAL_MACHINE\$RegRootPath" RemoveReg = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$AppName" RemoveReg = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$AppName.exe" RemoveEmptyReg = "HKEY_CURRENT_USER\Software\BAxBEx" RemoveEmptyReg = "HKEY_LOCAL_MACHINE\Software\BAxBEx" URLInfoAbout = "http://www.baxbex.com/" URLUpdateInfo = "http://www.baxbex.com/downloads.html" HelpLink = "http://www.baxbex.com/products.html" ;----------------------------------------------------------------------------------------------- [CreateFolder] CreateFolder = "CreateTargetFolder" [CreateTargetFolder] Path = "$TargetFolder" Flag = Basic ;----------------------------------------------------------------------------------------------- [Registry] AddStandardKeys = Yes AddRegistry = "RegisterItem1" [RegisterItem1] Rootkey = HKey_CURRENT_USER Path = "Software\BAxBEx\FolderBox" ItemName = "InstallDir" Value = "$TargetFolder" Flag = Basic ;----------------------------------------------------------------------------------------------- [InstallFlags] SelectInstallType = No CustomInstall = No ;----------------------------------------------------------------------------------------------- [ProgramGroup] CreateGroup = Yes GroupName = "$AppName" InstallShortcut = "ReadmeShortcut" InstallShortcut = "HelpShortcut" Flag = "ProgramGroup" [HelpShortcut] ShortcutPath = "$GroupFolder\How to enable FolderBox" TargetFile = "$TargetFolder\$ExeName.exe" Flag = Basic [ReadmeShortcut] ShortcutPath = "$GroupFolder\Readme" TargetFile = "$TargetFolder\readme.txt" Flag = Basic ;----------------------------------------------------------------------------------------------- [Install Files] File = "Showbar.exe" File = "FolderBox.dll" File = "FolderBoxShell.dll" File = "BAxBEx Web Site.url" File = "uninstall.exe" File = "readme.txt" ;----------------------------------------------------------------------------------------------- [Showbar.exe] Flag = Basic [FolderBox.dll] Flag = Basic RegisterServer = Yes [FolderBoxShell.dll] Flag = Basic RegisterServer = Yes [readme.txt] Flag = Basic [BAxBEx Web Site.url] Flag = ProgramGroup TargetFolder = "$GroupFolder" [uninstall.exe] Flag = Uninstall ;----------------------------------------------------------------------------------------------- ;End of file